/*导航样式：固定样式*/
.nav .wp_nav {
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
    max-width: 90%;
}

.nav .wp_nav .nav-item {
    display: inline-block;
    float: left;
    position: relative;
    background: url(style_res/hh.jpg) no-repeat left;
    width: 14%;
    text-align: center;
}

.nav .wp_nav .nav-item.i1 {
    background: none;
}

/* .nav .wp-menu .menu-item a > .menu-switch-arrow { display: none; width: 0px; height: 20px; vertical-align: middle; } */
.nav .wp_nav .nav-item a {
    display: inline-block;
    line-height: 50px;
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.nav .wp_nav .nav-item.hover a,
.nav .wp_nav .nav-item a.hover {
    background: #009688;
    text-decoration: none;
    color: #eee;
}

.nav .sub-nav {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    min-width: 100%;
    z-index: 100;
    background: #fff;
    text-align: center;
}

.nav .sub-nav .nav-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.nav .sub-nav .nav-item a {
    display: block;
    color: #000;
    height: 50px;
    line-height: 50px;
    padding: 0 17px;
    font-size: 15px;
    background: none;
}

.nav .sub-nav .nav-item.hover>a,
.nav .sub-nav .nav-item a:hover {
    color: #fff;
    background: #009688;
    display: block;
}

.nav .sub-nav .sub-nav {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}

.nav .sub-nav .nav-item .item-name {
    text-wrap: nowrap;
    font-weight: bolder;
}

.nav .wp_nav .nav-item a {
    transition: background 0.3s;
}

.nav .sub-nav .nav-item a {
    transition: background 0.3s;
}

.nav .sub-nav .sub-nav .nav-item a {
    transition: background 0.3s;
}

/* 日历新闻列表 */
.sudynews_rili_2.rili .news_list li.news .news_time .news_days {
    background: #009688 !important;
}